home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / TSHOOTAS.IN_ / tshootas.inf
Encoding:
Windows Setup INFormation  |  2003-02-21  |  2.4 KB  |  69 lines

  1. [version]
  2. signature="$CHICAGO$"
  3. SetupClass=BASE
  4. LayoutFile=layout.inf
  5.  
  6. [BaseWinOptions]
  7. TShoot.base
  8.  
  9. [DefaultInstall]
  10. CopyFiles=TShoot.Main.CF, TShoot.cab
  11. AddReg=TShoot.Add.Reg
  12. DelReg=TShoot.Del.Reg
  13.  
  14. [TShoot.base]
  15. CopyFiles=TShoot.Main.CF, TShoot.INF, TShoot.cab
  16. AddReg=TShoot.Add.Reg
  17.  
  18. [Destinationdirs]
  19. TShoot.Main.CF  =18            ;Windows\Help Dir
  20. TShoot.cab      =10, PCHEALTH\HELPCTR\BATCH
  21.  
  22. [TShoot.cab]
  23. tshootas.cab
  24.  
  25. [TShoot.Del.Reg]
  26. HKLM,"Software\TShoot"
  27.  
  28. [TShoot.Add.Reg]
  29. ; HKLM,"Software\Microsoft\%TShoot_DirName%","FullPathToResource",0x00020000,"%18%"
  30.  
  31. ; HKLM,"Software\Microsoft\%TShoot_DirName%\SupportFileList\tshoot_res.cab","FExtension",,".cab"
  32. ; HKLM,"Software\Microsoft\%TShoot_DirName%\SupportFileList\tshoot_res.cab","FName",,"tshoot_res"
  33. ; HKLM,"Software\Microsoft\%TShoot_DirName%\SupportFileList\tshoot_res.cab","Version",,"1"
  34.  
  35. HKLM,"Software\Microsoft\%TShoot_DirName%\TroubleshooterList\tsClusterInstall","FExtension",,".dsc"
  36. HKLM,"Software\Microsoft\%TShoot_DirName%\TroubleshooterList\tsClusterInstall","FName",,"tsClusterInstall"
  37. HKLM,"Software\Microsoft\%TShoot_DirName%\TroubleshooterList\tsClusterInstall","Version",,"3"
  38. HKLM,"Software\Microsoft\%TShoot_DirName%\TroubleshooterList\tsClusterInstall","Path",,"%18%\tshootas.chm"
  39.  
  40. HKLM,"Software\Microsoft\%TShoot_DirName%\TroubleshooterList\tsClusterConfig","FExtension",,".dsc"
  41. HKLM,"Software\Microsoft\%TShoot_DirName%\TroubleshooterList\tsClusterConfig","FName",,"tsClusterConfig"
  42. HKLM,"Software\Microsoft\%TShoot_DirName%\TroubleshooterList\tsClusterConfig","Version",,"3"
  43. HKLM,"Software\Microsoft\%TShoot_DirName%\TroubleshooterList\tsClusterConfig","Path",,"%18%\tshootas.chm"
  44.  
  45. HKLM,"Software\Microsoft\%TShoot_DirName%\TroubleshooterList\tshootas","CHMVersion",,"1"
  46.  
  47. HKLM,Software\Microsoft\Windows\CurrentVersion\Runonce,"TshootDLL_Reg",,"%11%\regsvr32 /s %18%\TShoot.dll"
  48. HKLM,Software\Microsoft\Windows\CurrentVersion\Runonce,"SstubDLL_Reg",,"%11%\regsvr32 /s %18%\sstub.dll"
  49. HKLM,Software\Microsoft\Windows\CurrentVersion\Runonce,"SniffpolDLL_Reg",,"%11%\regsvr32 /s %18%\sniffpol.dll"
  50.  
  51.  
  52. [TShoot.Main.CF]
  53. bnts.dll,,,4
  54. TSHOOT.dll,,,4
  55. sniffpol.dll,,,4
  56. sstub.dll,,,4
  57. sstub.dll,,,4
  58. ;w0tshelp.hlp
  59. ; commented by a-moinab, to be introduced later
  60. ;tshootas.chm
  61.  
  62. [TShoot.Main.CF.Security]
  63. "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)"
  64.  
  65. [Strings]
  66. TShoot_Desc     = "Microsoft Local Troubleshooter"
  67. TShoot_DirName    = "TShoot"
  68.  
  69.